Skip to content

Conversation

@pawelperek-da
Copy link
Contributor

Fixes https://github.com/DACH-NY/canton-network-internal/issues/3151

Pull Request Checklist

Cluster Testing

  • If a cluster test is required, comment /cluster_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a hard-migration test is required (from the latest release), comment /hdm_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.

PR Guidelines

  • Include any change that might be observable by our partners or affect their deployment in the release notes.
  • Specify fixed issues with Fixes #n, and mention issues worked on using #n
  • Include a screenshot for frontend-related PRs - see README or use your favorite screenshot tool

Merge Guidelines

  • Make the git commit message look sensible when squash-merging on GitHub (most likely: just copy your PR description).

@pawelperek-da
Copy link
Contributor Author

Note: this PR is a little noisy due to react-router-dom becoming react-router, see https://reactrouter.com/upgrading/v6#upgrade-to-v7

await checkActionSelection('Offboard Member', 'SRARC_OffboardSv', 'offboard-sv-action');
});

test('Feature Application Form is rendered after action selection', async () => {
Copy link
Contributor Author

@pawelperek-da pawelperek-da Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional unit tests that has been missed in the initial implementation

<MemoryRouter>
<SvConfigProvider>
<WrapperProviders children={children} />
<Toaster richColors />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out Set DSO/Amulet Rules unit tests didn't test correctly for the toast existence (it tested .toBeDefined() rather than .toBeInTheDocument() which gave false positives)

Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
@pawelperek-da pawelperek-da force-pushed the pawel/3151/react-router-dom-bump branch from 0b018ce to 3baefe1 Compare January 20, 2026 12:24
Copy link
Contributor

@ray-roestenburg-da ray-roestenburg-da left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pawelperek-da pawelperek-da merged commit 6104c63 into main Jan 21, 2026
118 checks passed
@pawelperek-da pawelperek-da deleted the pawel/3151/react-router-dom-bump branch January 21, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants